func github.com/oapi-codegen/runtime.marshalDeepObject
4 uses
github.com/oapi-codegen/runtime (current package)
deepobject.go#L17: func marshalDeepObject(in interface{}, path []string) ([]string, error) {
deepobject.go#L26: fields, err := marshalDeepObject(iface, newPath)
deepobject.go#L46: fields, err := marshalDeepObject(t[k], newPath)
deepobject.go#L79: fields, err := marshalDeepObject(i2, nil)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |